home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Skinny3DSample / Skinny3DSources ƒ / BoxModel.h < prev    next >
Encoding:
Text File  |  1996-05-21  |  551 b   |  28 lines  |  [TEXT/MPS ]

  1. // File BoxModel.h
  2.  
  3. #ifndef    _BOXMODEL_
  4. #define    _BOXMODEL_
  5.  
  6. #include    "QD3D.h"
  7. #include    "QD3DSet.h"
  8. #include    "QD3DGroup.h"
  9. #include    "QD3DDrawContext.h"
  10. #include    "QD3DCamera.h"
  11. #include    "QD3DView.h"
  12. #include    "QD3DLight.h"
  13. #include    "QD3DRenderer.h"
  14. #include    "QD3DShader.h"
  15. #include    "QD3DStyle.h"
  16. #include    "QD3DGeometry.h"
  17. #include    "QD3DMath.h"
  18.  
  19. #include    "ValueControls.h"
  20.  
  21. TQ3GroupObject     MakeBox(void);
  22. void            DisposeBoxModel(TQ3GroupObject model);
  23. VccPtr             BoxDataToVCC(TQ3Object theObj);
  24. void            VCCtoBoxData(VccPtr vcc, TQ3BoxData *boxData);
  25.  
  26.  
  27. #endif
  28.